Show

data class Show(val detail: Boolean = false, val show: () -> UIViewController) : NavigationSpec

Lets the parent show a UIViewController using UIViewController.showViewController

Parameters

detail

When set too true, shows using UIViewController.showDetailViewController

show

Function to create the UIViewController to show

Constructors

Link copied to clipboard
constructor(detail: Boolean = false, show: () -> UIViewController)

Properties

Link copied to clipboard
Link copied to clipboard
val show: () -> UIViewController